GtkPrintUnixDialog: Set a higher limit for the number of copies
authorMatthias Clasen <mclasen@redhat.com>
Sat, 28 Jun 2014 04:20:19 +0000 (00:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 28 Jun 2014 04:20:19 +0000 (00:20 -0400)
As requested in bug 672676.

gtk/resources/ui/gtkprintunixdialog.ui

index cb4c07b0e62668994e6289a13e9bdbb432fcf8d0..4afe3f18152605d94ef286d9578516fe428aa689 100644 (file)
@@ -4,7 +4,7 @@
   <!-- interface-requires gtkprivate 3.10 -->
   <object class="GtkAdjustment" id="copies_spin_adjustment">
     <property name="lower">1</property>
-    <property name="upper">100</property>
+    <property name="upper">999</property>
     <property name="value">1</property>
     <property name="step_increment">1</property>
   </object>